Bio
I was born in Nis, Serbia and lived in Berlin, Germany for seven years before moving to Atlanta, GA where I received my M.SC. in Computer Science from Georgia State university in 2005. Currently employed by Red Hat as Engineer on the Drools team.
Tags
Authors
We have completed big parts of the integration between Guvnor and the Oryx web-based business process editor. Our primary use cases supported by this integration are:
This is a small thing that I ran into when writing Decision Tables using OpenOffice:
I am starting to move all Drools5 integration code to the Seam 3 drools module and will update the previous posts with correct links as soon as they are available. There will be no further development against the Seam 2.2.Drools5 branch.
Drools Fusion is the module responsible for adding event processing capabilities into the Drools5 platform. It defines a set of goals for support of Complex Event Processing:
Before I dig into the a Fusion example, I wanted to show current integration with Drools5 Templates. Rule templates are helpful when you have a number of rules which follow some sort of pattern(s). In addition you can use templates when you have reoccurring hard-coded values in your rule patterns or actions. The Seam numberguess example is not the best example for rule templates however is good enough for a simple example.
The Seam Drools5 Branch contains additions to Seam for interactions with the Drools5 API. Here I will show how the existing numberguess example was changed to use Drools5: